home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / nostalji / bbs / prog / webtrial.exe / WBSCONF.QIP / SRM.CNF < prev   
Text File  |  1995-06-14  |  1KB  |  33 lines

  1. #----------------------------------------------------------------------
  2. #
  3. # SRM.CNF
  4. #
  5. # Server Resource Map configuration file, Quarterdeck WebServer
  6. # Quarterdeck Corporation
  7. #
  8. # The settings in this file control the document layout and names 
  9. # that the Server makes visible to users. 
  10. #
  11. # Path defaults are relative to the Server's installation
  12. # directory (ServerRoot). Paths should be given in Unix
  13. # format (using '/').
  14. #
  15. #----------------------------------------------------------------------
  16. #
  17. DocumentRoot htdocs
  18. DirectoryIndex index.htm
  19. ScriptAlias /cgi-dos/ cgi-bin/dos/
  20. WinScriptAlias /cgi-win/ cgi-bin/win/
  21. DefaultType text/plain
  22. FancyIndexing on
  23. IconsAreLinks on
  24. AddIcon /icons/text.gif     .html   .htm    .txt    .ini
  25. AddIcon /icons/image.gif    .gif    .jpg    .jpe    .jpeg   .xbm    .tiff   .tif    .pic    .pict       .bmp
  26. AddIcon /icons/sound.gif    .au     .wav    .snd
  27. AddIcon /icons/movie.gif    .mpg    .mpe    .mpeg
  28. AddIcon /icons/binary.gif   .bin    .exe    .bat    .dll
  29. AddIcon /icons/back.gif     ..
  30. AddIcon /icons/menu.gif     ^^DIRECTORY^^
  31. AddIcon /icons/dblank.gif       ^^BLANKICON^^
  32. DefaultIcon /icons/unknown.gif
  33.